Skip to content

Commit 80b4c2f

Browse files
committed
Use https for curl when building for linux
1 parent 6c2c29c commit 80b4c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/dist-x86_64-linux/build-curl.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
set -ex
44
source shared.sh
55

6-
VERSION=7.51.0
6+
VERSION=7.66.0
77

8-
curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
8+
curl https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/curl-$VERSION.tar.xz | xz --decompress | tar xf -
99

1010
mkdir curl-build
1111
cd curl-build

0 commit comments

Comments
 (0)