From e70c583cef004aec51fb83de1649993734cb3ed6 Mon Sep 17 00:00:00 2001 From: Sorakari <162535517+Sorakari@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:07:01 +0800 Subject: [PATCH] fix: correct typo --- build-magisk-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-magisk-module.sh b/build-magisk-module.sh index 44543f7a..e20db8ff 100755 --- a/build-magisk-module.sh +++ b/build-magisk-module.sh @@ -7,5 +7,5 @@ rm -f ../btl2capfix.zip # COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264 export COPYFILE_DISABLE=1 -curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz "https://github.com/devnoname120/radare2/releases/download/5.9.8-android-aln/radare2-5.9.9-android-aarch64-aln.tar.gz" +curl -L -o ./radare2-5.9.9-android-aarch64-aln.tar.gz "https://github.com/devnoname120/radare2/releases/download/5.9.8-android-aln/radare2-5.9.9-android-aarch64-aln.tar.gz" zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore