diff --git a/util/setup-afl.sh b/util/setup-afl.sh
index 597e5ab28438ae4ecd14e2f9a6ea34029777519d..6860a9eca7190ec9e196530f2302129eeea97510 100755
--- a/util/setup-afl.sh
+++ b/util/setup-afl.sh
@@ -16,7 +16,8 @@ if [ -z "$afl_loc" ]; then
 	echo
 	echo Setup AFL
 	echo 
-	wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
+#	wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
+	curl -o afl-latest.tgz http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
 	tar -xzvf afl-latest.tgz && rm afl-latest.tgz
 	if [ -d afl ]; then
 		rm -fr afl