Update arm64.md
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Zkitefly 2025-07-30 13:06:45 +08:00 committed by GitHub
parent e4095c38bc
commit 9d5131465a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/
setTimeout(function() {
const isZhCN = /^zh-CN/i.test(navigator.language);
const url = isZhCN
? "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi"
? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-aarch64.msi"
: "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi";
location.href = url;
}, 5000); // Wait 5 seconds