diff --git a/.ci/script.sh b/.ci/script.sh
index cf8b524b3f28a8484cd79dcd84a3f0f69d11d574..1bde913c90f50378ca2254f13f4f4143e9b8f93b 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -28,7 +28,8 @@ fi
 cmake -GNinja -Hdeps -B.deps \
     -DUSE_BUNDLED_BOOST="${USE_BUNDLED_BOOST}" \
     -DUSE_BUNDLED_CMARK="${USE_BUNDLED_CMARK}" \
-    -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}"
+    -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}" \
+    -DMTX_STATIC="${MTX_STATIC:-OFF}"
 cmake --build .deps
 
 # Build nheko