You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-gcc-nightly-2025.07.03-nightly.tar.xz"
13
+
local URL="${TOOLCHAIN_REPO}/releases/download/${TOOLCHAIN_VERSION}/riscv32-elf-ubuntu-24.04-gcc-nightly-${TOOLCHAIN_VERSION}-nightly.tar.xz"
11
14
12
15
echo"[+] Downloading RISC-V GNU toolchain..."
13
16
wget -q "$URL"
@@ -25,7 +28,7 @@ setup_llvm_toolchain() {
25
28
echo"[+] Setting up LLVM RISC-V toolchain..."
26
29
27
30
# upstream URL for LLVM toolchain
28
-
local URL="https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.07.03/riscv32-elf-ubuntu-24.04-llvm-nightly-2025.07.03-nightly.tar.xz"
31
+
local URL="${TOOLCHAIN_REPO}/releases/download/${TOOLCHAIN_VERSION}/riscv32-elf-ubuntu-24.04-llvm-nightly-${TOOLCHAIN_VERSION}-nightly.tar.xz"
0 commit comments