From 93dbb02f676ec5cae4a3b0b5116fc447894448d7 Mon Sep 17 00:00:00 2001 From: Xuan Chen Date: Fri, 16 May 2025 17:38:02 -0400 Subject: [PATCH] Update the dataset URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4620a..33d78e6 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ the agent neural network and query execution. ```bash cd ~/ mkdir -p datasets/job && pushd datasets/job - wget -c http://homepages.cwi.nl/~boncz/job/imdb.tgz && tar -xvzf imdb.tgz && popd + wget -c https://event.cwi.nl/da/job/imdb.tgz && tar -xvzf imdb.tgz && popd # Prepend headers to CSV files python3 ~/balsa/scripts/prepend_imdb_headers.py