Skip to content

Commit

Permalink
fix download url for libpostal
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseGuillaume committed Jul 25, 2022
1 parent 24fdf05 commit aff6294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpostal/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ -z "$PLATFORM" ]]; then
fi

LIBPOSTAL_VERSION=1.1
download https://github.com/openvenues/libpostal/archive/v$LIBPOSTAL_VERSION.tar.gz libpostal-$LIBPOSTAL_VERSION.tar.gz
download https://github.com/openvenues/libpostal/archive/refs/tags/v$LIBPOSTAL_VERSION.tar.gz libpostal-$LIBPOSTAL_VERSION.tar.gz

mkdir -p $PLATFORM
cd $PLATFORM
Expand Down

0 comments on commit aff6294

Please sign in to comment.