Skip to content

Commit

Permalink
Switch to using gnu servers for readline artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Jun 30, 2018
1 parent cda3558 commit 95cbbfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion socat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ function build_readline() {
cd /build

# Download
curl -LO ftp://ftp.cwru.edu/pub/bash/readline-${READLINE_VERSION}.tar.gz

curl -LO ftp://ftp.gnu.org/gnu/readline/readline-${READLINE_VERSION}.tar.gz
tar xzvf readline-${READLINE_VERSION}.tar.gz
cd readline-${READLINE_VERSION}

Expand Down

0 comments on commit 95cbbfb

Please sign in to comment.