From 0fe1a8452b6f28a672b4abdb5ef3e2d36ac9fdab Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Sat, 3 Feb 2024 12:55:16 +0100 Subject: [PATCH] Fix name --- tests/dl_samples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dl_samples.py b/tests/dl_samples.py index f5433ad10a..5e488ebd67 100644 --- a/tests/dl_samples.py +++ b/tests/dl_samples.py @@ -6,7 +6,7 @@ import argparse from pathlib import Path -URL = "https://lief-tests.s3.fr-par.scw.cloud/lief_test.zip" +URL = "https://lief-tests.s3.fr-par.scw.cloud/lief_tests.zip" DIR_ENV = os.getenv("LIEF_SAMPLES_DIR", None) TIMEOUT = 3 # sec