diff --git a/tools/download.ps1 b/tools/download.ps1 index 564f0ed..7e784c4 100644 --- a/tools/download.ps1 +++ b/tools/download.ps1 @@ -1,5 +1,8 @@ tmp curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-windows.exe curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-windows.exe -curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-aarch64-linux +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-riscv64-linux +curl -LO https://github.com/RubyMetric/chsrc/releases/download/preview/chsrc-armv7-linux