Change download pattern for version 1.0.17

This commit is contained in:
Volker Berlin 2020-06-18 22:10:03 +02:00
parent f1317f5022
commit 72732a2829

View File

@ -58,7 +58,7 @@ class Wat2Wasm {
} else if( os.contains( "mac" ) ) {
fileName = "macos.tar.gz";
} else if( os.contains( "linux" ) ) {
fileName = "windows.tar.gz";
fileName = "ubuntu.tar.gz";
} else {
throw new IllegalStateException( "Unknown OS: " + os );
}