diff --git a/qwen3_6_scripts/install_prebuilt_corex.sh b/qwen3_6_scripts/install_prebuilt_corex.sh index 9821ce16..0de13fe1 100755 --- a/qwen3_6_scripts/install_prebuilt_corex.sh +++ b/qwen3_6_scripts/install_prebuilt_corex.sh @@ -16,8 +16,8 @@ MANIFEST=${BUNDLE_DIR}/SHA256SUMS } mapfile -t artifacts < <(awk '{print $2}' "$MANIFEST") -[[ "${#artifacts[@]}" -eq 13 ]] || { - printf 'expected 13 prebuilt CoreX artifacts, found %s\n' \ +[[ "${#artifacts[@]}" -eq 14 ]] || { + printf 'expected 14 prebuilt CoreX artifacts, found %s\n' \ "${#artifacts[@]}" >&2 exit 2 }