Skip to content

Commit b8d3e0b

Browse files
haampieedoapra
authored andcommitted
Fix url in build_dftd3a.sh
1 parent 4d7ce61 commit b8d3e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
check_patch
4343
rm -f dftd3.f nwpwxc_vdw3a.F
4444
export PATH=`pwd`:$PATH
45-
URL1="https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/dftd3.tgz"
45+
URL1="https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/"
4646
#URL1="https://www.chemiebn.uni-bonn.de/pctc/mulliken-center/software/dft-d3/"
4747
URL2="https://web.archive.org/web/20210527062154if_/https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/"
4848
declare -a urls=("$URL1" "$URL1" "$URL1" "$URL2" "$URL2")

0 commit comments

Comments
 (0)