diff --git a/docs/setting-up-fuzzing/heartbleed_example.md b/docs/setting-up-fuzzing/heartbleed_example.md index c85ca77410..cb1e851973 100644 --- a/docs/setting-up-fuzzing/heartbleed_example.md +++ b/docs/setting-up-fuzzing/heartbleed_example.md @@ -32,7 +32,7 @@ Run these commands to build a libFuzzer target for OpenSSL: [comment]: <> (TODO(metzman): Check that the URLs work when repo gets published.) ```bash # Download and unpack a vulnerable version of OpenSSL: -curl -O https://ftp.openssl.org/source/old/1.0.1/openssl-1.0.1f.tar.gz +wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_0_1f/openssl-1.0.1f.tar.gz tar xf openssl-1.0.1f.tar.gz # Build OpenSSL with ASan and fuzzer instrumentation: