We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2c29c commit 9bd201cCopy full SHA for 9bd201c
src/ci/docker/dist-x86_64-linux/build-curl.sh
@@ -5,7 +5,7 @@ source shared.sh
5
6
VERSION=7.51.0
7
8
-curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
+curl https://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
9
10
mkdir curl-build
11
cd curl-build
0 commit comments