diff --git a/compression/Dockerfile b/compression/Dockerfile
index 8a9040f..4329744 100644
--- a/compression/Dockerfile
+++ b/compression/Dockerfile
@@ -1,19 +1,19 @@
FROM maven:3.6.0-jdk-11
WORKDIR /app
# Download webgraph binary
-RUN curl -O http://webgraph.di.unimi.it/webgraph-3.6.1-bin.tar.gz
-RUN tar xvfz webgraph-3.6.1-bin.tar.gz
-RUN cp webgraph-3.6.1/webgraph-3.6.1.jar .
+RUN curl -O http://webgraph.di.unimi.it/webgraph-big-3.5.0-bin.tar.gz
+RUN tar xvfz webgraph-big-3.5.0-bin.tar.gz
+RUN cp webgraph-big-3.5.0/webgraph-big-3.5.0.jar .
# Download webgraph dependencies
-RUN curl -O http://webgraph.di.unimi.it/webgraph-deps.tar.gz
-RUN tar xvfz webgraph-deps.tar.gz
+RUN curl -O http://webgraph.di.unimi.it/webgraph-big-deps.tar.gz
+RUN tar xvfz webgraph-big-deps.tar.gz
# Download LAW (for LLP ordering)
RUN curl -O http://law.di.unimi.it/software/download/law-2.5-bin.tar.gz
RUN tar xvfz law-2.5-bin.tar.gz
RUN cp law-2.5/law-2.5.jar .
WORKDIR /graph
COPY compress_graph.sh .
diff --git a/compression/compress_graph.sh b/compression/compress_graph.sh
index ac1e42b..211aaab 100755
--- a/compression/compress_graph.sh
+++ b/compression/compress_graph.sh
@@ -1,56 +1,57 @@
#!/bin/bash
if [ "$#" -ne 2 ]; then
echo "Expected two arguments: