Skip to content

Commit 258988c

Browse files
committed
Fix readline download url
1 parent 1de7370 commit 258988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/docker_image/build_stages/install_libreadline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ header "Installing libreadline $READLINE_VERSION"
88
cd /tmp
99
download_and_extract readline-$READLINE_VERSION.tar.gz \
1010
readline-$READLINE_VERSION \
11-
https://git.savannah.gnu.org/cgit/readline.git/snapshot/readline-$READLINE_VERSION.tar.gz
11+
https://ftp.gnu.org/gnu/readline/readline-$READLINE_VERSION.tar.gz
1212
run rm -f "/tmp/readline-$READLINE_VERSION.tar.gz"
1313
run ./configure --prefix="/hbb"
1414
run make -j2

0 commit comments

Comments
 (0)