From d3c7de896f443e18d2430c110ac401f917654f27 Mon Sep 17 00:00:00 2001
From: Thomas Lively <tlively@google.com>
Date: Mon, 19 Aug 2019 14:40:46 -0700
Subject: [PATCH] Update emscripten, take 2

---
 ci/emscripten.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/emscripten.sh b/ci/emscripten.sh
index 5dafb7bc..4666a121 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
-- 
GitLab