Skip to content

Commit

Permalink
Fix sample path
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jun 29, 2024
1 parent 8e018d0 commit 902da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dl_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import argparse
from pathlib import Path

URL = "https://data.romainthomas.fr/lief_tests.zip"
URL = "https://lief-tests.s3.fr-par.scw.cloud/lief_tests.zip"
DIR_ENV = os.getenv("LIEF_SAMPLES_DIR", None)
TIMEOUT = 3 # sec

Expand Down

0 comments on commit 902da79

Please sign in to comment.