aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2018-09-23 22:26:11 +0000
committerViktor Szakats <commit@vszakats.net>2018-09-23 22:26:11 +0000
commit6ae6b2a533e8630afbb21f570305bd4ceece6348 (patch)
tree280f3b66b24e0a6761e1304b953c95e5d0e258fd /tests/fuzz
parentb801b453af6de75838c3298137628f05e94ffb48 (diff)
update URLs in tests
- and one in docs/MANUAL as well Closes https://github.com/curl/curl/pull/3038
Diffstat (limited to 'tests/fuzz')
-rwxr-xr-xtests/fuzz/download_fuzzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/download_fuzzer.sh b/tests/fuzz/download_fuzzer.sh
index 8c70b56e1..e88a581e1 100755
--- a/tests/fuzz/download_fuzzer.sh
+++ b/tests/fuzz/download_fuzzer.sh
@@ -4,4 +4,4 @@
set -ex
# Clone the curl-fuzzer repository to the specified directory.
-git clone http://github.com/curl/curl-fuzzer $1
+git clone https://github.com/curl/curl-fuzzer $1