summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/pip-install-with-liberasurecode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh
index 10a8093..2b3d394 100755
--- a/tools/pip-install-with-liberasurecode.sh
+++ b/tools/pip-install-with-liberasurecode.sh
@@ -6,7 +6,7 @@ fi
if [ -n "$ISAL_DIR" ]; then
if [ ! -d "$ISAL_DIR" ]; then
- git clone git://github.com/01org/isa-l.git "$ISAL_DIR"
+ git clone git://github.com/intel/isa-l.git -b v2.30.0 "$ISAL_DIR"
fi
pushd "$ISAL_DIR"
./autogen.sh