Check the linux build, not the win32 one
diff --git a/org.eclipse.e4.builder/scripts/runBuild.sh b/org.eclipse.e4.builder/scripts/runBuild.sh
index 8bbd53b..36a2535 100755
--- a/org.eclipse.e4.builder/scripts/runBuild.sh
+++ b/org.eclipse.e4.builder/scripts/runBuild.sh
@@ -50,7 +50,7 @@
 
 cd $supportDir/org.eclipse.e4.builder/scripts
 
-#eclipseIBuild=$( ls -d /home/data/httpd/download.eclipse.org/eclipse/downloads/drops/I*/eclipse-SDK-I*-win32.zip | tail -1 | cut -d/ -f9 )
+#eclipseIBuild=$( ls -d /home/data/httpd/download.eclipse.org/eclipse/downloads/drops/I*/eclipse-SDK-I*-linux-gtk.tar.gz | tail -1 | cut -d/ -f9 )
 eclipseIBuild=I20081211-1908
 
 echo "[start] [`date +%H\:%M\:%S`] setting eclipse $eclipseIBuild"