summaryrefslogtreecommitdiff
path: root/scripts/0150-build-static-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/0150-build-static-deps.sh')
-rwxr-xr-xscripts/0150-build-static-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/0150-build-static-deps.sh b/scripts/0150-build-static-deps.sh
index cc68ecb..e954d34 100755
--- a/scripts/0150-build-static-deps.sh
+++ b/scripts/0150-build-static-deps.sh
@@ -51,7 +51,7 @@ make -j$(nproc) && make install
cd ..
echo "Building static mpc..."
-tar xf /downloads/mpc-$MPC_VERSION.tar.gz
+tar xf /downloads/mpc-$MPC_VERSION.tar.xz
cd mpc-$MPC_VERSION
./configure --prefix=$STATIC_DEPS_PREFIX --with-gmp=$STATIC_DEPS_PREFIX --with-mpfr=$STATIC_DEPS_PREFIX --disable-shared --enable-static
make -j$(nproc) && make install