Development Environment Tutorial - fix QEMU URL

Corrected the URL to the latest x86 QEMU ARM image.

Tested: Yes

Change-Id: I2d71cecf14cb57f00c8ed35fdef1687dfe7bdf10
Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
diff --git a/development/dev-environment.md b/development/dev-environment.md
index 3fb779f..ba2788b 100644
--- a/development/dev-environment.md
+++ b/development/dev-environment.md
@@ -80,7 +80,7 @@
 1. Download latest openbmc/qemu fork of QEMU application
 
   ```
-  wget https://openpower.xyz/job/openbmc-qemu-build-merge-x86/lastSuccessfulBuild/artifact/qemu-build/arm-softmmu/qemu-system-arm
+  wget https://openpower.xyz/job/openbmc-qemu-build-merge-x86/lastSuccessfulBuild/artifact/qemu/arm-softmmu/qemu-system-arm
 
   chmod u+x qemu-system-arm
   ```