Skip to content

Commit c9605c2

Browse files
committed
changing hosted binaries url
1 parent aadd5a2 commit c9605c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mkdir -p $CACHE_DIR
7272
title "Generating environment"
7373
if [ ! -f $CACHE_DIR/vendor.tar.bz2 ]; then
7474
subtitle "Fetching..."
75-
curl -s -L "https://dl.dropboxusercontent.com/u/17040412/vendor.tar.bz2" > $CACHE_DIR/vendor.tar.bz2
75+
curl -s -L "https://www.dropbox.com/s/cqok4ttjyb2glwu/vendor.tar.bz2?dl=1" > $CACHE_DIR/vendor.tar.bz2
7676
fi
7777
subtitle "Unpacking..."
7878
tar -xvf $CACHE_DIR/vendor.tar.bz2 -C $BUILD_DIR

0 commit comments

Comments
 (0)