Skip to content

Commit 9d2faaa

Browse files
authored
Update s3 bucket.
1 parent cdf82da commit 9d2faaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/android_bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GST_DIR_TARGET="${GST_DIR}/${TARGET}"
2121
if [ ! -d $GST_DIR_TARGET ]; then
2222
GST_ZIP="../gstreamer-${TARGET}.zip"
2323
# Download the bundle containing all dependencies for Android.
24-
wget https://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-$TARGET-1.14.3-20181004-142930.zip -O $GST_ZIP
24+
wget https://servo-deps-2.s3.amazonaws.com/gstreamer/gstreamer-$TARGET-1.14.3-20181004-142930.zip -O $GST_ZIP
2525
unzip $GST_ZIP -d $GST_DIR_TARGET > /dev/null
2626
rm $GST_ZIP
2727
fi

0 commit comments

Comments
 (0)