diff --git a/ci/emscripten.sh b/ci/emscripten.sh
index 5dafb7bc54cfd1303b4b7e17dd8752bf08c79acd..4666a1212e45a5e641cb540d79c65ed4768c9192 100644
--- a/ci/emscripten.sh
+++ b/ci/emscripten.sh
@@ -34,8 +34,8 @@ curl --retry 5 -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/ems
 
 cd /emsdk-portable
 ./emsdk update
-hide_output ./emsdk install sdk-1.38.40-64bit
-./emsdk activate sdk-1.38.40-64bit
+hide_output ./emsdk install 1.38.37
+./emsdk activate 1.38.37
 
 # Compile and cache libc
 # shellcheck disable=SC1091