Skip to content

Commit

Permalink
Fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Sep 23, 2024
1 parent 9dd91cb commit 70ed9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-onnx-extensions-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function download_package() {

function download_github_releases() {
# TODO: consider location of build libraries
download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.2.0/
download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.1.14/
}

#--------------------------------------
Expand Down

0 comments on commit 70ed9c6

Please sign in to comment.