diff --git a/Dependencies/fetch-prebuilt.sh b/Dependencies/fetch-prebuilt.sh old mode 100644 new mode 100755 index 44a6a011..c66ff280 --- a/Dependencies/fetch-prebuilt.sh +++ b/Dependencies/fetch-prebuilt.sh @@ -57,7 +57,7 @@ check_for_update() { echo wget -O "$1/lib$1-sim.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1-sim.a" if [[ "$1" != "minimuxer" ]]; then - wget -O "$1/lib$1.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1.a" + wget -O "$1/lib$1-ios.a" "https://github.com/SideStore/$1/releases/latest/download/lib$1.a" wget -O "$1/$1.h" "https://github.com/SideStore/$1/releases/latest/download/$1.h" echo else