We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9d585 commit abb3767Copy full SHA for abb3767
src/mods/42-intel-thesof-mod/install.sh
@@ -3,7 +3,9 @@ set -o pipefail # exit on pipeline error
3
set -u # treat unset variable as error
4
5
# This link needs to be updated regularly.
6
-SOF_BIN_LINK="https://github.com/thesofproject/sof-bin/releases/download/v2025.12/sof-bin-2025.12.tar.gz"
+# This binary need to mirror from:
7
+# https://github.com/thesofproject/sof-bin/releases/download/v2025.12/sof-bin-2025.12.tar.gz
8
+SOF_BIN_LINK="https://pub.aiursoft.com/sof-bin-2025.12.tar.gz"
9
ALSA_UCM_CONF_LINK="https://git.aiursoft.com/PublicVault/alsa-ucm-conf/archive/master.zip"
10
11
(
0 commit comments