summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-09 09:35:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-09 09:35:19 +0200
commitc3c49bf7e4e474c645e295d3bb9aa936d4d87905 (patch)
tree262687e9c6b8e650cb95d82aa1af790dc1bbf258
parent9dedf57be53956bc5ced052bbba979889c8f8b8a (diff)
downloadcurl-c3c49bf7e4e474c645e295d3bb9aa936d4d87905.tar.gz
fixup the git clone
-rwxr-xr-xscripts/zuul/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index c1b3d1eb9..b909b5ba7 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -98,7 +98,7 @@ fi
if [ "$TRAVIS_OS_NAME" = linux -a "$MBEDTLS3" ]; then
cd $HOME
- git clone --depth=1 -b v3.0.0 https://github.com:ARMmbed/mbedtls
+ git clone --depth=1 -b v3.0.0 https://github.com/ARMmbed/mbedtls
cd mbedtls
make
make DESTDIR=$HOME/mbedtls3