Skip to content

Commit 9bd201c

Browse files
authored
Use https for curl when building for linux
1 parent 6c2c29c commit 9bd201c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source shared.sh
55

66
VERSION=7.51.0
77

8-
curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
8+
curl https://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
99

1010
mkdir curl-build
1111
cd curl-build

0 commit comments

Comments
 (0)