Skip to content

Commit 59008b5

Browse files
authored
Arm backend: Fix incorrect tag name (#14298)
Tag name for MLSDK fetching was incorrect. cc @digantdesai @freddan80 @per @zingo @oscarandersson8218
1 parent eec95d0 commit 59008b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/mlsdk_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -euo pipefail
88

99
mlsdk_manifest_url="https://github.com/arm/ai-ml-sdk-manifest.git"
10-
mlsdk_manifest_tag="dev-snapshot-2025-09-12"
10+
mlsdk_manifest_tag="refs/tags/dev-snapshot-2025-09-12"
1111

1212
script_dir=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
1313

0 commit comments

Comments
 (0)