From fc2ae7644ae00014e2b8e1db2233ae4dc448bb08 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 29 Mar 2026 05:01:01 +0000 Subject: [PATCH] update tool/ssinstall. Signed-off-by: shenmo --- tool/ssinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/ssinstall b/tool/ssinstall index d1b7ff54..6a191400 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -85,8 +85,8 @@ case $(arch) in STORE_LIST_URL="" ;; aarch64) - STORE_URL="aarch64-apm" - STORE_LIST_URL="-aarch64" + STORE_URL="arm64-apm" + STORE_LIST_URL="-arm64" ;; loongarch64) STORE_URL="loong64-apm"