aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/scripts/download_test_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/scripts/download_test_resources.py')
-rwxr-xr-xpython/pyarmnn/scripts/download_test_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/scripts/download_test_resources.py b/python/pyarmnn/scripts/download_test_resources.py
index 63fe1e9976..b2c58b0474 100755
--- a/python/pyarmnn/scripts/download_test_resources.py
+++ b/python/pyarmnn/scripts/download_test_resources.py
@@ -14,7 +14,7 @@ import uuid
SCRIPTS_DIR = os.path.dirname(os.path.realpath(__file__))
EXTRACT_DIR = os.path.join(SCRIPTS_DIR, "..", "test")
-ARCHIVE_URL = "https://snapshots.linaro.org/components/pyarmnn-tests/pyarmnn_testdata_200500_20200415.tar.bz2"
+ARCHIVE_URL = "https://snapshots.linaro.org/components/pyarmnn-tests/pyarmnn_testdata_201100_20201022.tar.bz2"
def download_resources(url, save_path):