aboutsummaryrefslogtreecommitdiffstats
path: root/support/magicleap/openssl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/magicleap/openssl.sh')
-rwxr-xr-xsupport/magicleap/openssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/magicleap/openssl.sh b/support/magicleap/openssl.sh
index 67c5974bb61..9f0ba156c88 100755
--- a/support/magicleap/openssl.sh
+++ b/support/magicleap/openssl.sh
@@ -25,7 +25,7 @@ fi
echo "Building ${OPENSSL_DIR}/lib/libssl.so"
-S3_BUCKET="https://servo-deps.s3.amazonaws.com/android-deps"
+S3_BUCKET="https://servo-deps-2.s3.amazonaws.com/android-deps"
S3_URL="${S3_BUCKET}/openssl-${OPENSSL_VERSION}.tar.gz"
if [[ ! -d "${OPENSSL_DIR}/src/openssl-${OPENSSL_VERSION}" ]]; then