From 130dee6e5695408117d669c89e80b5e687a1471a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 9 Jul 2024 14:19:33 +0200 Subject: [PATCH] Use alternate location for VS build required files --- misc/create_vcxsrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/create_vcxsrc.sh b/misc/create_vcxsrc.sh index 5f8b35e80..d7b516fd6 100644 --- a/misc/create_vcxsrc.sh +++ b/misc/create_vcxsrc.sh @@ -6,8 +6,8 @@ yosysver="$2" gitsha="$3" rm -rf YosysVS-Tpl-v2.zip YosysVS -wget https://yosyshq.net/yosys/nogit/YosysVS-Tpl-v2.zip -wget https://www.zlib.net/fossils/zlib-1.2.11.tar.gz +wget https://github.com/YosysHQ/yosys/releases/download/resources/YosysVS-Tpl-v2.zip +wget https://github.com/YosysHQ/yosys/releases/download/resources/zlib-1.2.11.tar.gz unzip YosysVS-Tpl-v2.zip rm -f YosysVS-Tpl-v2.zip