summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/download-d8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-d8.sh b/scripts/download-d8.sh
index 05cf1d58..9bb86ff0 100755
--- a/scripts/download-d8.sh
+++ b/scripts/download-d8.sh
@@ -6,7 +6,7 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
ROOT_DIR="$(dirname "${SCRIPT_DIR}")"
OUT_DIR="${ROOT_DIR}/out"
-V8_SHA=1e3d7a199848a4850085e5c7f9dcb524d3f23d6a
+V8_SHA=a7448c0887b979c1a0be5aa1faa4ea712abbcc7f
BUCKET_URL=https://storage.googleapis.com/webassembly/v8-native-prototype/${V8_SHA}
Download() {