diff options
Diffstat (limited to 'misc')
-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 2bf282427..dc4ac13e0 100644 --- a/misc/create_vcxsrc.sh +++ b/misc/create_vcxsrc.sh @@ -6,7 +6,7 @@ yosysver="$2" gitsha="$3" rm -rf YosysVS-Tpl-v2.zip YosysVS -wget http://yosyshq.net/yosys/nogit/YosysVS-Tpl-v2.zip +wget https://yosyshq.net/yosys/nogit/YosysVS-Tpl-v2.zip unzip YosysVS-Tpl-v2.zip rm -f YosysVS-Tpl-v2.zip |