Merge pull request #1873 from selvaganesang/master

Changed the download link to ICU
diff --git a/install/traf_tools_setup.sh b/install/traf_tools_setup.sh
index 69012b7..b4bdc05 100755
--- a/install/traf_tools_setup.sh
+++ b/install/traf_tools_setup.sh
@@ -345,7 +345,7 @@
 if [ -d $TOOLSDIR/icu4c_4.4/linux64/bin ]; then
   echo "INFO: ICU is already installed, skipping to next tool" | tee -a $LOGFILE
 else
-  downloadSource http://download.icu-project.org/files/icu4c/4.4/icu4c-4_4-src.tgz icu4c-4_4-src
+  downloadSource https://sourceforge.net/projects/icu/files/ICU4C/4.4.2/icu4c-4_4_2-src.tgz icu4c-4_4-src
   cd icu/source
   ./configure --prefix=$TOOLSDIR/icu4c_4.4/linux64 >>$LOGFILE 2>&1
   echo "INFO:   configure complete" | tee -a $LOGFILE