diff --git a/src/OneWare.Ghdl/GhdlModule.cs b/src/OneWare.Ghdl/GhdlModule.cs index 0bbbc64..8667b38 100644 --- a/src/OneWare.Ghdl/GhdlModule.cs +++ b/src/OneWare.Ghdl/GhdlModule.cs @@ -50,7 +50,7 @@ public class GhdlModule : IModule new PackageTarget() { Target = "win-x64", - Url = "https://github.com/ghdl/ghdl/releases/download/v4.0.0/ghdl-MINGW32.zip", + Url = "https://github.com/ghdl/ghdl/releases/download/v4.0.0/ghdl-UCRT64.zip", AutoSetting = [ new PackageAutoSetting() @@ -81,7 +81,7 @@ public class GhdlModule : IModule [ new PackageAutoSetting() { - RelativePath = "ghdl/bin/ghdl", + RelativePath = "bin/ghdl", SettingKey = GhdlPathSetting } ]