diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-03-28 11:05:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 11:05:30 +0200 |
commit | 62b89bb0d4a33cd67bbc2e6463977bb007c8d414 (patch) | |
tree | ee5994c3ae0e040ca2a27b7023e5e29349598501 | |
parent | 207417617deb7c23ad3ce3fef36230cd32f24903 (diff) | |
download | yosys-62b89bb0d4a33cd67bbc2e6463977bb007c8d414.tar.gz yosys-62b89bb0d4a33cd67bbc2e6463977bb007c8d414.tar.bz2 yosys-62b89bb0d4a33cd67bbc2e6463977bb007c8d414.zip |
Update URL to zlib
-rw-r--r-- | misc/create_vcxsrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/create_vcxsrc.sh b/misc/create_vcxsrc.sh index e3c1ad991..8b39d59e3 100644 --- a/misc/create_vcxsrc.sh +++ b/misc/create_vcxsrc.sh @@ -7,7 +7,7 @@ gitsha="$3" rm -rf YosysVS-Tpl-v2.zip YosysVS wget https://yosyshq.net/yosys/nogit/YosysVS-Tpl-v2.zip -wget https://zlib.net/zlib-1.2.11.tar.gz +wget https://www.zlib.net/fossils/zlib-1.2.11.tar.gz unzip YosysVS-Tpl-v2.zip rm -f YosysVS-Tpl-v2.zip |