From 5b5b13f4618100d3bae48e448bab1f995c1bf24b Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 21 Sep 2023 21:35:01 +0800 Subject: [PATCH] Update tools --- tools/download.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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