From 6ae6b2a533e8630afbb21f570305bd4ceece6348 Mon Sep 17 00:00:00 2001
From: Viktor Szakats <commit@vszakats.net>
Date: Sun, 23 Sep 2018 22:26:11 +0000
Subject: update URLs in tests

- and one in docs/MANUAL as well

Closes https://github.com/curl/curl/pull/3038
---
 tests/fuzz/download_fuzzer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/fuzz')

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
-- 
cgit v1.2.3