diff --git a/util/_lib.sh b/util/_lib.sh
index 3cbfd1363..8eacb4da6 100644
--- a/util/_lib.sh
+++ b/util/_lib.sh
@@ -193,7 +193,7 @@ build_nginx() {
                        -analyze-headers \
                        --force-analyze-debug-code \
                        --html-title='$NGX - ngx_wasm_module [${build_name[@]}]' \
-                       --use-cc=clang \
+                       --use-cc=clang-15 \
                        --status-bugs"
         NGX_BUILD_DEBUG=1
     fi