Merge pull request #5 from QuickWrt/dev-next

修复缓存工具链下载失败
This commit is contained in:
2025-10-02 06:08:55 +08:00
committed by GitHub

View File

@@ -184,7 +184,7 @@ setup_toolchain_arch() {
TOOLCHAIN_ARCH="x86_64"
;;
"rockchip")
TOOLCHAIN_ARCH="aarch64"
TOOLCHAIN_ARCH="aarch64_generic"
;;
*)
error_exit "未知架构: $arch"